home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Puzzle
/
bubble_elements.swf
/
scripts
/
DefineButton2_365
/
BUTTONCONDACTION on(release).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-03-20
|
219 b
|
11 lines
on(release){
stopother(false);
if(eval(mc_tips1) != null)
{
removeMovieClip(eval(mc_tips1));
}
_root.attachMovie("mc_tips","mc_tips1",10000);
mc_tips1._x = 234;
mc_tips1._y = 234;
}